Serialized Form
name
java.lang.String name
- Name of this action.
addressee
int addressee
- Identifier of the addressee of this action.
content
java.io.Serializable content
- Informative content of this action (if any).
name
java.lang.String name
- Name of this event.
sender
int sender
- Identifier of the sender of this event.
senderRole
java.lang.String senderRole
- Role of the sender of this event.
content
java.io.Serializable content
- Informative content of this event (if any).
name
java.lang.String name
- Name of this command.
parameters
java.io.Serializable[] parameters
- Parameters of this command.
scope
int scope
- Scope of this message.
0 refers to system scope, other numbers refer to the corresponding
registrations.
content
java.io.Serializable content
- Content of this message.
|
Package rolesystem.jade.server |
roles
java.lang.String[] roles
- Known roles.
allowed
boolean[][] allowed
- Matrix of permissions associated to roles.
permissionMatrix
PermissionMatrix permissionMatrix
- Permission matrix to manipulate.
owner
PMGui.PMOwner owner
- Owner of this GUI, that is notified when this GUI is being closed.
senderComboBox
javax.swing.JComboBox senderComboBox
- Combo box of sender roles.
addresseeComboBox
javax.swing.JComboBox addresseeComboBox
- Combo box of addressee roles.
allowedCheckBox
javax.swing.JCheckBox allowedCheckBox
- Check box for "Interactions allowed".
|
Package rolesystem.roles.auction |
amount
Price amount
- Amount of payment.
amount
double amount
- Amount.
currency
java.lang.String currency
- Currency.
reserve
Price reserve
- Reserve price.
goodDesc
java.lang.String goodDesc
- Good description.
good
java.io.Serializable good
- Good put on sale.
price
Price price
- Price proposed for good.
winnBidder
int winnBidder
- Current winning bidder.
countdown
int countdown
- Current situation of countdown (ticks to end).